home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 April
/
macformat-049.iso
/
mac
/
Demos
/
Print Artist Demo
/
PA12-Mac.Dxr
/
00151.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1996-10-03
|
285 b
|
16 lines
on exitFrame
global loadNext, subPageWait
startTimer()
puppetSound(0)
if loadNext = 0 then
nothing()
else
if loadNext = 1 then
unLoadCast()
preLoad(label("fonts1"), label("fonts1") + 28)
end if
end if
wait(subPageWait - the timer)
go(#next)
end